home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00047.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  218 b   |  13 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   cursor(4)
  4. end
  5.  
  6. on mouseUp
  7.   global gbookname, gbookcastnum
  8.   set gbookname to "MOVING"
  9.   set the fileName of cast gbookcastnum to gbookname & ".pct"
  10.   go("moving")
  11.   cursor(0)
  12. end
  13.